home *** CD-ROM | disk | FTP | other *** search
- // ____________________________________________________
- // | |
- // | Project: POWER VIEW INTERFACE |
- // | File: PVTETRIS.H |
- // | Compiler: WPP386 (10.6) |
- // | |
- // | Subject: Tetris interface |
- // | |
- // | Author: Ivaylo Beltchev |
- // |____________________________________________________|
- //
- // E-mail: ivob@geocities.com
- // URL: http://www.geocities.com/SiliconValley/Bay/2344
-
- #define cxTETRIS 0xF002 //local tools identifier
-
- void tetris( void );
- void __init_tetris( void );
-